From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sat, 14 Sep 2024 13:02:41 +0000 (-0600) Subject: fixes for pr1238. (#1339) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2^2~48 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=0d6ccf9bcc04e8a65c8ff863b5cfe831227f6416;p=gpsbabel.git fixes for pr1238. (#1339) shapelib is handled in shapelib.cmake. CSVFMTS_ENABLED is now unreferenced. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c9694b04c..1a9a1df0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -339,8 +339,6 @@ target_sources(gpsbabel PRIVATE ${SOURCES} ${HEADERS}) # We don't care about stripping things out of the build. Full monty, baby. target_compile_definitions(gpsbabel PRIVATE FILTERS_ENABLED) -target_compile_definitions(gpsbabel PRIVATE SHAPELIB_ENABLED) -target_compile_definitions(gpsbabel PRIVATE CSVFMTS_ENABLED) target_link_libraries(gpsbabel PRIVATE ${QT_LIBRARIES} ${LIBS})